home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0950 / setup.exe / 0 / RCDATA / TOPEN / TOPEN.txt
Text File  |  1996-09-29  |  1KB  |  60 lines

  1. object Open: TOpen
  2.   Left = 334
  3.   Top = 422
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Path'
  7.   ClientHeight = 222
  8.   ClientWidth = 217
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object var1: TLabel
  19.     Left = 24
  20.     Top = 216
  21.     Width = 3
  22.     Height = 13
  23.     Visible = False
  24.   end
  25.   object drive: TDriveComboBox
  26.     Left = 0
  27.     Top = 168
  28.     Width = 217
  29.     Height = 19
  30.     TabOrder = 0
  31.     OnChange = driveChange
  32.   end
  33.   object Button1: TButton
  34.     Left = 32
  35.     Top = 192
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Select'
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 112
  44.     Top = 192
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     TabOrder = 2
  49.     OnClick = Button2Click
  50.   end
  51.   object dir: TDirectoryListBox
  52.     Left = 0
  53.     Top = 0
  54.     Width = 217
  55.     Height = 161
  56.     ItemHeight = 16
  57.     TabOrder = 3
  58.   end
  59. end
  60.